|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDependencySet
This interface represents the folder resource of an application project that contains the custom dependencies of a project.
| Method Summary | |
|---|---|
IDependency |
createDependency(java.lang.String name,
java.net.URL content)
Creates a new dependency in the application. |
java.util.List |
getDependencies()
Returns the dependencies in this set. |
void |
removeDependency(IDependency dependency)
Removes a dependency from the application. |
| Methods inherited from interface org.eclipse.vtp.desktop.projects.core.IVoiceToolsResource |
|---|
addRefreshListener, deferEvents, getName, getParent, getProject, refresh, removeRefreshListener, resumeEvents |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Method Detail |
|---|
java.util.List getDependencies()
IDependency createDependency(java.lang.String name,
java.net.URL content)
name - The name to give the dependency resource.content - The content of the dependency resource.
void removeDependency(IDependency dependency)
dependency - The dependency to remove.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||